home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.1 KB | 28 lines | [TEXT/GEOL] |
- Item 2921386 25-June-89 16:44
-
- From: CREMER.M Cremer, Mike
-
- To: UK0034 Baum, Peter, Uk Dev London
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: Re: Printing problem
-
- Peter,
-
- It seems to me I had a similar problem a while back, using 2.0b5. As I recall,
- there were two difficulties: (1) Users were printing with an old version of the
- print driver. Make sure you are using the latest (or at least the same) print
- driver, and if printing on a LaserWriter, that the printer is initialized with
- the same version of the driver. (2) Check to see if any of you TStaticText (et
- al.) fields are overdrawing one another. One problem I had was several large
- fields that covered over other fields. This can lead to problems when the page
- is laid out by the print handler (i.e. erasing text with the excess whitespace
- from an oversize field on "top" of it). Remember that fields defined "later"
- in the view resource are drawn "on top" of fields defined "earlier."
-
- Hope this helps.
-
- $mike cremer
-
-